projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c641f0
)
(nil and t): Fix typo.
author
Chong Yidong
<cyd@stupidchicken.com>
Tue, 25 Nov 2008 03:52:14 +0000
(
03:52
+0000)
committer
Chong Yidong
<cyd@stupidchicken.com>
Tue, 25 Nov 2008 03:52:14 +0000
(
03:52
+0000)
doc/lispref/intro.texi
patch
|
blob
|
history
diff --git
a/doc/lispref/intro.texi
b/doc/lispref/intro.texi
index 76d18e082c12e93d8a2d430d7fcbc4b93f788616..1c435506439ba68331228d610795e7a015851e56 100644
(file)
--- a/
doc/lispref/intro.texi
+++ b/
doc/lispref/intro.texi
@@
-201,8
+201,8
@@
values results in a @code{setting-constant} error. @xref{Constant
Variables}.
@defun booleanp object
-Return non-
nil if @var{object} is one of the two canonical boolean
-values: @code{t} or @code{nil}.
+Return non-
@code{nil} if @var{object} is one of the two canonical
+
boolean
values: @code{t} or @code{nil}.
@end defun
@node Evaluation Notation